Skip to content

Commit

Permalink
chore: fix security vulnerability for slacknotifier (#815)
Browse files Browse the repository at this point in the history
<!--- Provide a general summary of your changes in the Title above -->

## Description

<!--- Describe your changes in detail -->

Got notified about the issue in GH security scanning:
https://github.com/digdir/dialogporten/security/code-scanning/5

## Related Issue(s)

- #{issue number}

## Verification

- [ ] **Your** code builds clean without any errors or warnings
- [ ] Manual testing done (required)
- [ ] Relevant automated test added (if you find this hard, leave it and
we'll help out)

## Documentation

- [ ] Documentation is updated (either in `docs`-directory, Altinnpedia
or a separate linked PR in
[altinn-studio-docs.](https://github.com/Altinn/altinn-studio-docs), if
applicable)
  • Loading branch information
arealmaas authored Jun 5, 2024
1 parent 21c6450 commit 72499ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .azure/modules/functionApp/slackNotifier.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ resource storageAccount 'Microsoft.Storage/storageAccounts@2023-04-01' = {
properties: {
supportsHttpsTrafficOnly: true
defaultToOAuthAuthentication: true
minimumTlsVersion: 'TLS1_2'
}
}

Expand Down

0 comments on commit 72499ec

Please sign in to comment.