Skip to content

Commit

Permalink
Merge pull request #49 from snyk-tech-services/develop
Browse files Browse the repository at this point in the history
Release changes
  • Loading branch information
aarlaud authored Oct 1, 2021
2 parents 4afb376 + 3a493df commit daa41d4
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .clabot
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"contributors": ["aarlaud","punkle"]
"contributors": ["aarlaud","punkle", "nicolasarnold12321"]
}
10 changes: 10 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.22.1
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
ignore:
SNYK-JS-PRISMJS-1585202:
- '*':
reason: No version fixing issue available yet
expires: 2021-10-30T00:00:00.000Z
created: 2021-10-01T12:52:17.209Z
patch: {}
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const ServiceEntityPage = (
);
```

4. Add snyk proxy config to app-config.yaml file at the root directory. If using Snyk self hosted, adjust target to https://<YOURHOSTNAME>/api. User Agent helps us see how much API traffic comes from backstage setups so we can invest more in the plugin !
4. Add snyk proxy config to app-config.yaml file at the root directory. If using Snyk self hosted, adjust target to https://YOURHOSTNAME/api. User Agent helps us see how much API traffic comes from backstage setups so we can invest more in the plugin !
```
proxy:
...
Expand Down Expand Up @@ -135,3 +135,7 @@ spec:
pathRewrite:
'^/proxy/snyk/': '/'
```

## Limitations

Infrastructure as Code and Snyk Code projects are not supported currently.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ export const SnykOverviewComponent = ({ entity }: { entity: Entity }) => {

const linkInfo = {
title: `Across ${projectsCount} project${projectsCount > 0 ? "s" : ""}`,
link: `snyk`,
link: `snyk/`,
};

return (
Expand Down

0 comments on commit daa41d4

Please sign in to comment.