Skip to content

Commit

Permalink
Merge pull request #102 from microsoft/serait/updateReadme
Browse files Browse the repository at this point in the history
Update Documentation to suggest latest tag
  • Loading branch information
sethRait committed Jul 25, 2024
2 parents cc007d0 + bea9bc9 commit 52f2370
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ steps:
- uses: actions/checkout@v3

- name: Run Microsoft Security DevOps
uses: microsoft/security-devops-action@v1
uses: microsoft/security-devops-action@latest
id: msdo
```

Expand All @@ -53,7 +53,7 @@ To upload results to the Security tab of your repo, run the `github/codeql-actio
To only run specific analyzers, use the `tools` command. This command is a comma-seperated list of tools to run. For example, to run only the `container-mapping` tool, configure this action as follows:

```yaml
- uses: microsoft/security-devops-action@v1
- uses: microsoft/security-devops-action@latest
id: msdo
with:
tools: container-mapping
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "microsoft-security-devops-action",
"version": "1.10.0",
"version": "1.11.0",
"description": "Node dependencies for the microsoft/security-devops-action.",
"scripts": {
"build": "npx gulp",
Expand Down

0 comments on commit 52f2370

Please sign in to comment.